(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG IEEESPSub()
SYNOPSIS
LONG y
LONG z

LOCATION
In MathIeeeSingBasBase at offset 12
FUNCTION
Subtract two ieeesp numbers x = y-z;

INPUTS
y
IEEE single precision floating point
z
IEEE single precision floating point
RESULT
Flags: zero : result is zero negative : result is negative overflow : result is out of range

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM: x = y - z = y + (-z).

HISTORY
25.06.1997 bergers
*** empty log message ***